Intersect(IRange[]) Method
In This Topic
Returns an IRange object that represents the intersection of several ranges.
If one or more ranges from a different worksheet are specified, an exception is thrown.
Syntax
Parameters
- ranges
- The intersecting ranges.
Return Value
A new range which consists of the intersection of this range and other ranges, or null if the ranges do not intersect.
See Also